robertl [Tue, 10 Feb 2004 04:52:05 +0000 (04:52 +0000)]
Sketch in NMEA file reader.
robertl [Sun, 8 Feb 2004 03:38:50 +0000 (03:38 +0000)]
Zero alt if unknown. COrrects problem in Topo 3.0 that isn't seen in 4.20d
or DR.
robertl [Fri, 6 Feb 2004 08:17:24 +0000 (08:17 +0000)]
sroute, tiger, mapsource: ascii-ify output
robertl [Fri, 6 Feb 2004 04:02:52 +0000 (04:02 +0000)]
Tighten namespace slightly.
robertl [Fri, 6 Feb 2004 04:02:05 +0000 (04:02 +0000)]
From gtoevan@gmx.net: Add support for writing Garmin tracks.
jfatherton [Fri, 6 Feb 2004 03:30:49 +0000 (03:30 +0000)]
Various UI improvements
robertl [Thu, 5 Feb 2004 01:16:42 +0000 (01:16 +0000)]
fix up character set of description when writing.
robertl [Tue, 3 Feb 2004 22:07:53 +0000 (22:07 +0000)]
Fix track read to not appear as routes.
Add track names & sgement identifiers on read.
From gtoevan@gmx.net.
jfatherton [Tue, 3 Feb 2004 05:06:09 +0000 (05:06 +0000)]
improved user defaults
jfatherton [Mon, 2 Feb 2004 22:55:49 +0000 (22:55 +0000)]
Initial import
jfatherton [Mon, 2 Feb 2004 22:27:51 +0000 (22:27 +0000)]
Re-enabled user defaults
robertl [Mon, 2 Feb 2004 17:28:43 +0000 (17:28 +0000)]
Makefile: bump version
mingw/wintesto.cmd: regenerate
robertl [Mon, 2 Feb 2004 17:26:42 +0000 (17:26 +0000)]
Clean up.
robertl [Mon, 2 Feb 2004 17:02:36 +0000 (17:02 +0000)]
Add 1252 conversions for hint and shortname.
jfatherton [Sun, 1 Feb 2004 06:32:48 +0000 (06:32 +0000)]
Initial upload
jfatherton [Sun, 1 Feb 2004 06:23:26 +0000 (06:23 +0000)]
Initial upload
robertl [Sun, 1 Feb 2004 05:09:09 +0000 (05:09 +0000)]
A number of changes suggested by Kjeld to make this play nicer with geocaching
gpx files.
robertl [Sun, 1 Feb 2004 05:08:31 +0000 (05:08 +0000)]
Regenerate dependencies.
robertl [Sun, 1 Feb 2004 05:07:58 +0000 (05:07 +0000)]
Retain "htmlness" on cache description reads to that readers can spit them
back out.
robertl [Sun, 1 Feb 2004 05:04:46 +0000 (05:04 +0000)]
strip_html: new fn.
robertl [Sun, 1 Feb 2004 05:04:21 +0000 (05:04 +0000)]
Reduce default (debugging) output to ASCII, not codepg 1252.
robertl [Fri, 30 Jan 2004 20:00:43 +0000 (20:00 +0000)]
Let GPX parse geocaching-specific descriptions & hints.
Add string to decompse UTF to ASCII.
robertl [Fri, 30 Jan 2004 19:59:20 +0000 (19:59 +0000)]
Add function to decompse UTF to 7 bit ascii.
robertl [Thu, 29 Jan 2004 22:36:42 +0000 (22:36 +0000)]
No C99 comments.
parkrrrr [Thu, 29 Jan 2004 22:04:03 +0000 (22:04 +0000)]
Added utf8 to CP1252 conversion function to util.c
parkrrrr [Wed, 21 Jan 2004 15:52:10 +0000 (15:52 +0000)]
fixed bug with &#x handling that caused spurious XML parsing errors.
parkrrrr [Tue, 20 Jan 2004 14:12:10 +0000 (14:12 +0000)]
Don't decode as UTF-8 if it doesn't look like UTF-8; this should catch most high-bit characters sourced non-XML sources.
parkrrrr [Mon, 19 Jan 2004 20:32:21 +0000 (20:32 +0000)]
output &#nnn; instead of &#xnnn; since expat doesn't like the latter
robertl [Mon, 19 Jan 2004 18:15:22 +0000 (18:15 +0000)]
OSes with 64bit file i/o and LP64 model *must* have lseek prototyped...
robertl [Mon, 19 Jan 2004 18:14:16 +0000 (18:14 +0000)]
Add referneces for delGPL and anr formats.
robertl [Mon, 19 Jan 2004 18:12:05 +0000 (18:12 +0000)]
Add delgpl, saroute tests.
robertl [Mon, 19 Jan 2004 18:11:47 +0000 (18:11 +0000)]
Remove bad interactions of duped waypoints when those waypoints appear
on a queue.
robertl [Mon, 19 Jan 2004 18:10:29 +0000 (18:10 +0000)]
Don't output bounding box if we couldn't compute them (i.e. tracks and routes)
robertl [Mon, 19 Jan 2004 18:07:27 +0000 (18:07 +0000)]
Fix off-by-one that resulted in last trackpoint not getting read.
robertl [Mon, 19 Jan 2004 18:06:57 +0000 (18:06 +0000)]
Add saroute.
robertl [Sun, 18 Jan 2004 21:34:44 +0000 (21:34 +0000)]
Clarify comments. Add BASE_STRUCT.
robertl [Sun, 18 Jan 2004 02:15:33 +0000 (02:15 +0000)]
From Mark Bradley:
- mkwintesto.c: no signifcant changes except that it makes a more user
friendly .cmd file
- mapsource.c: several changes to support route handling better based on
some recent reverse engineering discoveries arising from Mark Hammond's,
and other's, problems. I have also now used the date tag that is placed
by MapSource the program as a tag to tell me if the .mps file was
created by GPSBabel - it doesn't break MapSource, but should aid a
little in debugging. The updates mainly involve having to create local
waypoint queues to record what has been written to a .mps or to retain
info read between the wpts section and the route section (where some
information is lost in the .mps file).
- As a consequence of the date tag change, I have to update the
reference files which would fail comparison otherwise.
Reference/mapsource.mps
Reference/mps-empty.mps
Reference/route/route.mps
Reference/track/mps-track.mps
robertl [Sun, 18 Jan 2004 01:24:41 +0000 (01:24 +0000)]
Whack several functions we aren't using.
robertl [Sun, 18 Jan 2004 01:13:55 +0000 (01:13 +0000)]
Fix logpoint option that I broke.
robertl [Sun, 18 Jan 2004 00:56:34 +0000 (00:56 +0000)]
Nuke dead code.
robertl [Sat, 17 Jan 2004 22:59:08 +0000 (22:59 +0000)]
Add case for gpsutil read & psp write.
robertl [Sat, 17 Jan 2004 22:13:05 +0000 (22:13 +0000)]
Add geoniche test cases.
robertl [Sat, 17 Jan 2004 17:38:48 +0000 (17:38 +0000)]
Add bounding box code.
robertl [Sat, 17 Jan 2004 17:38:27 +0000 (17:38 +0000)]
Add bounding box tag to GPX output.
Accumulate xsi_schema_loc tags.
robertl [Fri, 16 Jan 2004 16:34:52 +0000 (16:34 +0000)]
Make format strings consistent for -vs output.
robertl [Fri, 16 Jan 2004 14:41:53 +0000 (14:41 +0000)]
Implement callback in libjeeps for waypoint output, use that for status
in garmin.c
robertl [Fri, 16 Jan 2004 03:50:37 +0000 (03:50 +0000)]
Add -vs status indicator to most file formats.
Fix magellan serial timeouts under Windows.
alexmot [Wed, 14 Jan 2004 16:41:22 +0000 (16:41 +0000)]
Fix typo in gpx track tag/path mapping
robertl [Tue, 13 Jan 2004 14:42:25 +0000 (14:42 +0000)]
From Mark Bradley: adds proximity, depth, corrects problems with routes.
parkrrrr [Mon, 12 Jan 2004 15:39:46 +0000 (15:39 +0000)]
Initial add
robertl [Mon, 12 Jan 2004 15:31:09 +0000 (15:31 +0000)]
More distinct handling of unknown tags vs. tags that we sort of know about
vs. tags that we really know about.
parkrrrr [Mon, 12 Jan 2004 15:30:18 +0000 (15:30 +0000)]
Initial add
robertl [Mon, 12 Jan 2004 06:43:40 +0000 (06:43 +0000)]
Bump version for GSAK test.
robertl [Mon, 12 Jan 2004 06:43:14 +0000 (06:43 +0000)]
Let timeouts work right under Windows so GSAK (and users) can more readily
tell when their unit is turned off or unplugged.
james_sherring [Sun, 11 Jan 2004 20:33:39 +0000 (20:33 +0000)]
support lines with text (e.g. drive-time regions);
translate closed-polygons for import/export;
export circles & ovals;
support long pushpin notes;
import groundspeak types with different symbols;
various minor fixes;
general clean-up;
james_sherring [Sun, 11 Jan 2004 19:53:41 +0000 (19:53 +0000)]
*** empty log message ***
robertl [Fri, 9 Jan 2004 17:21:05 +0000 (17:21 +0000)]
Regenerate wintsto. Add @echo off at top.
alexmot [Fri, 9 Jan 2004 14:27:03 +0000 (14:27 +0000)]
Bring mapsend current with new route/track segregation scheme
robertl [Fri, 9 Jan 2004 03:14:50 +0000 (03:14 +0000)]
From Mark Hammond: Improve usage message.
robertl [Thu, 8 Jan 2004 23:47:34 +0000 (23:47 +0000)]
Only include unistd.h in POSIX-land.
robertl [Thu, 8 Jan 2004 21:47:51 +0000 (21:47 +0000)]
All files: replace explict calls to fopen with xfopen wrapper that
supports - as alias for std{in,out} and tests for error.
alexmot [Thu, 8 Jan 2004 21:09:08 +0000 (21:09 +0000)]
Update track handling
alexmot [Thu, 8 Jan 2004 21:07:16 +0000 (21:07 +0000)]
Update reference file for GPX tracks.
alexmot [Thu, 8 Jan 2004 21:06:12 +0000 (21:06 +0000)]
Add GPX track test case.
alexmot [Thu, 8 Jan 2004 21:05:43 +0000 (21:05 +0000)]
Fix GPX track handling
parkrrrr [Thu, 8 Jan 2004 16:48:44 +0000 (16:48 +0000)]
Made xml_entitize understand and handle UTF-8
alexmot [Thu, 8 Jan 2004 16:40:55 +0000 (16:40 +0000)]
Bring Ozi tracks/routes current with framework.
Add description parsing for route points.
robertl [Thu, 8 Jan 2004 16:19:49 +0000 (16:19 +0000)]
Add missing global CVS tags.
robertl [Thu, 8 Jan 2004 16:07:20 +0000 (16:07 +0000)]
Correct vmem violations in gpx. Remove sandbagging.
robertl [Thu, 8 Jan 2004 04:15:04 +0000 (04:15 +0000)]
Use stable creation times when reading waypoitns.
robertl [Thu, 8 Jan 2004 03:29:24 +0000 (03:29 +0000)]
Don't prefer empty notes.
robertl [Thu, 8 Jan 2004 03:15:01 +0000 (03:15 +0000)]
Remove extraneous (and one non-such) inclusions of unistd.h.
robertl [Thu, 8 Jan 2004 02:52:34 +0000 (02:52 +0000)]
Add flags to vm_alloc to zero allocated buffer.
robertl [Wed, 7 Jan 2004 21:56:14 +0000 (21:56 +0000)]
Doh! the zip is already moved...
robertl [Wed, 7 Jan 2004 21:54:35 +0000 (21:54 +0000)]
Don't clobber the perfectly lovely zip created by mingw/Makefile with
ours that's missing pieces from the tip. (Sigh.)
robertl [Wed, 7 Jan 2004 16:27:37 +0000 (16:27 +0000)]
From Mark Hammond. Go less nuts with CDATA encoding, commonize many
tag outputs.
robertl [Wed, 7 Jan 2004 02:19:58 +0000 (02:19 +0000)]
Fix leaktest.
robertl [Wed, 7 Jan 2004 02:19:22 +0000 (02:19 +0000)]
Fix allocation for cdatastr.
robertl [Wed, 7 Jan 2004 01:37:19 +0000 (01:37 +0000)]
Commit overhauled GPX parser.
robertl [Tue, 6 Jan 2004 23:42:35 +0000 (23:42 +0000)]
Mark Hammond reports that Cygwin termio handling is broken on the second
open. Revert to the WIN32 API for that case.
robertl [Mon, 5 Jan 2004 20:08:10 +0000 (20:08 +0000)]
A number of changes throughout to support formats like GPX and Mapsource
that can have more than one of (waypoints, tracks, routes) in one file.
This doesn't get it for every format (or even for MPS output) but it
helps some of our cases...
robertl [Mon, 5 Jan 2004 17:39:56 +0000 (17:39 +0000)]
Add route writing to garmin serial. Probably not final.
alexmot [Mon, 5 Jan 2004 15:50:05 +0000 (15:50 +0000)]
Remove OziExplorer style file. Ozi is now it's own module.
alexmot [Mon, 5 Jan 2004 15:47:33 +0000 (15:47 +0000)]
Move OziExplorer into it's own module. Adds track/route read/write support for Ozi.
robertl [Mon, 5 Jan 2004 02:22:41 +0000 (02:22 +0000)]
Fix garmin serial tracks. A) eliminate empty track at beginning and B)
avoid mem corruption by allocing and freeing the waypoint list consistently.
robertl [Sat, 3 Jan 2004 21:51:08 +0000 (21:51 +0000)]
Add D109 support in yet another place.
robertl [Sun, 21 Dec 2003 20:30:54 +0000 (20:30 +0000)]
Replace old endianness logic in binary formats
with newer stuff.
Fix loops that free ll elements.
Misc cleanups.
robertl [Sun, 21 Dec 2003 19:16:30 +0000 (19:16 +0000)]
Don't call exit.
robertl [Sun, 21 Dec 2003 17:48:42 +0000 (17:48 +0000)]
Add route reading code.
robertl [Sun, 21 Dec 2003 09:11:51 +0000 (09:11 +0000)]
Doc a few missing targets. Make chkdoc grouchier.
robertl [Sun, 21 Dec 2003 09:11:04 +0000 (09:11 +0000)]
Add delorme gpl format.
robertl [Sun, 21 Dec 2003 07:53:15 +0000 (07:53 +0000)]
Add deficon to geo output.
robertl [Sat, 20 Dec 2003 22:58:12 +0000 (22:58 +0000)]
Free the parser when we're done.
robertl [Sat, 20 Dec 2003 19:12:24 +0000 (19:12 +0000)]
Accept comments in input.
robertl [Sat, 20 Dec 2003 05:39:13 +0000 (05:39 +0000)]
Be nicer in absence of a shortname.
alexmot [Thu, 18 Dec 2003 14:19:56 +0000 (14:19 +0000)]
C89 fix-up
robertl [Sat, 13 Dec 2003 07:13:46 +0000 (07:13 +0000)]
Three changes:
1) Lay groundwork in GPX parser for context sensitive switching.
2) Add route reversal.
3) move painful test to 'torture' target from testo (you're welcome, Ron)
robertl [Sat, 13 Dec 2003 05:54:49 +0000 (05:54 +0000)]
Cleanup pass.
robertl [Sat, 13 Dec 2003 05:04:22 +0000 (05:04 +0000)]
Add blurb on binary kits.
robertl [Fri, 12 Dec 2003 05:57:32 +0000 (05:57 +0000)]
Add mac-build target for generating binary kits for OS/X.